From: | Daithi O'Cuinn |
Date: | 21 Aug 99 at 17:49:24 |
Subject: | Best way to keep window frontmost? |
From: Daithi O'Cuinn <docuinn@cluke.demon.co.uk>
Hello,
I'm programming a taskbar style program, and I want my window to stay to the
front. I'm thinking of starting a timer, and then calling WindowToFront twice
a second - is there a simpler way that doesn't involve timer device? I can't
do a simple Delay, I'm constantly waiting for user input.
Thanks,